Output of the below code is
include<stdio.h>
int main()
{
int a=10,b=9;
printf("%d%d%d",a++,b++,b++);
}
 Option
a)10910
b)1099
c)compile time error
d)run time error

Posted on by